From: Mario Sanchez Prada Date: Wed, 30 Nov 2016 15:41:38 +0000 (+0000) Subject: man: Mention bare-user in manpages, along with the other modes X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~42^2~37 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=340376e7b14fbd37f013f73fa119dd0904deb754;p=ostree.git man: Mention bare-user in manpages, along with the other modes Closes: #602 Closes: #603 Approved by: cgwalters --- diff --git a/man/ostree-init.xml b/man/ostree-init.xml index 4518e244..95f0b162 100644 --- a/man/ostree-init.xml +++ b/man/ostree-init.xml @@ -68,7 +68,7 @@ Boston, MA 02111-1307, USA. ="MODE" - Initialize repository in given mode (bare, archive-z2). Default is "bare". + Initialize repository in given mode (bare, bare-user, archive-z2). Default is "bare". diff --git a/man/ostree.repo-config.xml b/man/ostree.repo-config.xml index 876c9dfc..5e0383a6 100644 --- a/man/ostree.repo-config.xml +++ b/man/ostree.repo-config.xml @@ -76,7 +76,7 @@ Boston, MA 02111-1307, USA. mode - One of bare or archive-z2. + One of bare, bare-user or archive-z2. diff --git a/man/ostree.repo.xml b/man/ostree.repo.xml index b8ad4052..1187b66a 100644 --- a/man/ostree.repo.xml +++ b/man/ostree.repo.xml @@ -58,11 +58,14 @@ binaries. It records the Unix uid and gid, permissions, as well as extended attributes. - + - A repository can be in one of two modes; + A repository can be in one of three modes; bare, which is designed as a hard - link source for operating system checkouts, and + link source for operating system checkouts, + bare-user, which is like + bare but works on systems that + run as non-root as well as non-root containers, and archive-z2, which is designed for static HTTP servers.